arm: odroid: Inherit default value for bootdelay from distro_bootcmd.
authorVagrant Cascadian <[email protected]>
Wed, 25 Jul 2018 03:18:35 +0000 (11:18 +0800)
committerMinkyu Kang <[email protected]>
Fri, 27 Jul 2018 02:19:55 +0000 (11:19 +0900)
The default value with distro_bootcmd is 2 seconds, which is
reasonably fast, and provides a consistent experience across platforms
supporting distro_bootcmd.

The current bootdelay value of 0 seconds is a bit challenging to
interrupt when desired.

Acked-by: Lukasz Majewski <[email protected]>
Signed-off-by: Vagrant Cascadian <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
include/configs/odroid.h

index a4d1a76c36e44054916f5acaea324eb498862d84..67a790ef02fd58f0d2594c39a33693e40e9f9201 100644 (file)
        "mmcbootpart=1\0" \
        "mmcrootdev=0\0" \
        "mmcrootpart=2\0" \
-       "bootdelay=0\0" \
        "dfu_alt_system="CONFIG_DFU_ALT \
        "dfu_alt_info=Please reset the board\0" \
        "consoleon=set console console=ttySAC1,115200n8; save; reset\0" \